body{
    background-image: url('../images/home-bg4.jpg');
}

.wap-container{
    width: 100%;
   
}

.wap-banner img{
    width: 100%;
}
.wap-banner h3{
    margin-top: 20px;
    margin-bottom: 20px;
	font-size: 30px;
	color: #fac613;
    text-align: center
}

.wap-banner div{
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
}


.wap-banner p{
    font-size: 14px;
    text-align: center;
	color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.wap-banner a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 20px auto;
    width: 96%;
	height: 41px;
	background-image: linear-gradient(0deg, 
		#f8c30b 0%, 
		#ffcf29 100%);
	border-radius: 4px;
  
}

.wap-video h3{  
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
    text-align: center;
}

.wap-video h4{  
    font-size: 18px;
	line-height: 40px;
	color: #ffffff;
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.wap-video h4::before{
    content: '';
    width: 61px;
	height: 1px;
	background-color: #ffffff;
    margin-right: 10px;
}
.wap-video h4::after{
    content: '';
    width: 61px;
	height: 1px;
	background-color: #ffffff;
    margin-left: 10px;
}

.wap-video p{  
    font-size: 18px;
	font-size: 14px;
	color: #ffffff;
    opacity: 0.8;
    text-align: center;
    margin-top: 10px;
}

.wap-video-wrapper{
    margin-top: 40px;
}

.wap-video-title video{
    display: block;
    width: 98%;
    margin-top: 20px;
    margin: 30px auto 0 auto;
    border-radius: 10px;
}

.wap-video-title h5{
	font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.wap-video-title h5{
    margin-top: 20px;
}

.wap-video-title h4{
    margin:10px auto 0 auto ;
    color: #ffffff;
    text-align: center;
}

.wap-video-title p{
    margin: 0 auto;
    width: 90%;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #777777;
}

.wap-case-wrapper{
    margin-top: 40px;

}

.wap-case-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wap-case-content h2{
    margin-top: 20px;
    width: 60%;
    display: flex;
    justify-content: center;
    height: 29px;
    border-radius: 4px;
    font-size: 14px;
    color: #f6f6f6;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #ffc23e !important;
    border: solid 1px #848382;
}

.wap-case-content h2::before{
    content: '';
    width: 12px;
    height: 10px;
    background-color: #ffc23e;
    border-radius: 50%;
    margin-right: 10px;
    border: solid 1px #ffc23e !important;
}
.wap-case-content ul{
    width: 98%;
    margin-top: 20px;
}

.wap-case-content li{
    width: 100%;
   
}

.wap-case-content li img{
    width: 100%;
    border-radius: 8px;
}

.wap-case-content li p{
 
	font-size: 16px;
	color: #f6f6f6;
    display: flex;
    justify-content: center;
   padding: 20px;
}

.wap-partner-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wap-partner-wrapper ul{
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.wap-partner-wrapper ul li{
    width: 50%;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;    
}

.wap-message-wrapper{
    width: 98%;
    margin: 20px auto 0 auto;
}

.user-name-wrapper{
	height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

.user-tel-wrapper{
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

.user-message{
    height: 40px;
    margin-top: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
}

.wap-message-wrapper img{
    padding: 0 10px;
}

.wap-message-wrapper input{
    width: 100%;
    height: 100%;
    outline: none;
}

.submit-btn-wrapper button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 41px;
    background-image: linear-gradient(
0deg
, #f8c30b 0%, #ffcf29 100%);
    font-size: 16px;
    color: #333333;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

@media (min-width:768px) and (max-width:1200px){
    .wap-case-content ul {
        width: 98%;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .wap-case-content li {
        width: 32%;
    }

    .wap-partner-wrapper ul li {
        width: 25%;
     
    }
}
